github.com/jackc/pgx/v5/internal/sanitize.sqlLexer.nested (field)

4 uses

	github.com/jackc/pgx/v5/internal/sanitize (current package)
		sanitize.go#L208: 	nested  int // multiline comment nesting level.
		sanitize.go#L393: 				l.nested++
		sanitize.go#L402: 			if l.nested == 0 {
		sanitize.go#L405: 			l.nested--